/* 首页导航样式重写开始 */

.public_top {
    background: none;
    transition: all 0.5s;
}

.navBar {
    display: block;
}


/* 首页导航样式重写结束 */

body {
    overflow: hidden
}

#pageContain {
    position: relative;
    width: 100%;
    height: 100%;
    /* overflow: hidden; */
}

.section,
.fp-tableCell {
    width: 100%;
    height: 100% !important;
}

.section.active {
    z-index: 88;
    visibility: visible;
}

.homePageBanner {
    position: relative
}

.homePageBanner .swiper-container {
    height: 100%;
}

.homePageBanner .swiper-slide {
    position: relative;
}

.homePageBanner .swiper-slide p {
    height: 80px;
    line-height: 80px;
    width: 88%;
    position: absolute;
    top: 50%;
    margin-top: -80px;
    left: 6%;
    overflow: hidden;
    font-weight: bolder;
    color: #fff;
    text-align: center;
}

.otherLink {
    width: 100%;
    overflow: hidden;
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: -5000px;
    /*-5000px 是随便写的*/
    z-index: 6;
}

.otherLink li {
    width: 140px;
    display: inline-block;
    margin: 0px 5.5%;
}

.otherLink li a {
    display: block;
    width: 100%;
    overflow: hidden;
}

.otherLink li em {
    display: block;
    width: 100%;
    height: 142px;
}

.otherLink li p {
    width: 100%;
    color: #fff;
    font-weight: bolder;
}

.banner_ico1 {
    background: url(../images/homePage_banner_ico1.png) no-repeat center center;
    background-size: 100% auto;
}

.banner_ico2 {
    background: url(../images/homePage_banner_ico2.png) no-repeat center center;
    background-size: 100% auto;
}

.banner_ico3 {
    background: url(../images/homePage_banner_ico3.png) no-repeat center center;
    background-size: 100% auto;
}

.banner_ico4 {
    background: url(../images/homePage_banner_ico4.png) no-repeat center center;
    background-size: 100% auto;
}

.otherLink li a:hover p {
    color: #d8be51;
}

.otherLink li a:hover .banner_ico1 {
    background: url(../images/homePage_bannerHover_ico1.png) no-repeat center center;
    background-size: 100% auto;
}

.otherLink li a:hover .banner_ico2 {
    background: url(../images/homePage_bannerHover_ico2.png) no-repeat center center;
    background-size: 100% auto;
}

.otherLink li a:hover .banner_ico3 {
    background: url(../images/homePage_bannerHover_ico3.png) no-repeat center center;
    background-size: 100% auto;
}

.otherLink li a:hover .banner_ico4 {
    background: url(../images/homePage_bannerHover_ico4.png) no-repeat center center;
    background-size: 100% auto;
}

.mousePrompt {
    background: url(../images/arow_mouse_white.png) no-repeat center center;
}

.mousePrompt,
.mousePromptUp,
.mousePromptGrey {
    width: 36px;
    height: 95px;
    position: absolute;
    z-index: 2;
    right: 6%;
    bottom: 60px;
    animation: mouseSwim 2s both linear infinite;
}

.mousePromptUp {
    bottom: 400px;
}

.mousePromptUp {
    background: url(../images/arow_mouse_whiteUp.png) no-repeat center center;
}

.mousePromptGrey {
    background: url(../images/arow_mouse_gry.png) no-repeat center center;
}

@keyframes mouseSwim {
    0% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(5px);
    }
    50% {
        transform: translateY(0);
    }
    75% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0);
    }
}

.bottomMessage {
    position: relative;
    padding-top: 100px;
    height: 100%!important;
}

.socialWelfare {
    width: 100%;
    /* height: 53%; */
    background: url(../images/buildBg.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
    text-align: center;
    margin-top: 1000px;
}

.welfare_text {
    overflow: hidden;
    padding: 5.5% 0px;
    max-width: 1680px;
    margin: auto;
}

.socialWelfare .welfare_ico {
    width: 77px;
    height: 77px;
    margin: auto;
}

.socialWelfare h2 {
    width: 100%;
    padding: 35px 0px 24px;
    font-weight: bolder;
}

.socialWelfare p {
    width: 100%;
    padding: 5px 0px 40px;
}

.socialWelfare a {
    margin: auto;
    display: block;
    width: 162px;
    height: 44px;
    border: 1px solid #FFFFFF;
    color: #fff;
    text-align: center;
    line-height: 44px;
    transition: all 0.5s;
}

.socialWelfare a i {
    display: inline-block;
    width: 26px;
    height: 44px;
    vertical-align: top;
    background: url(../images/right_white.png) no-repeat center center;
    margin-left: 14px;
}

.socialWelfare a:hover {
    background: #FFFFFF;
    color: #d8be51;
    transition: all 0.5s;
}

.socialWelfare a:hover i {
    background: url(../images/right_yellow.png) no-repeat center center;
}

.aboutHongda {
    position: relative;
    padding-top: 100px;
    height: 100%!important;
}

.about_message {
    position: relative;
    float: left;
    width: 50%;
    height: 64%;
    top: 4%;
    /* margin-left: 5%; */
    background-size: 100% auto;
    z-index: 6;
    overflow: visible;
    margin-left: -10000px;
}

.index_commonTitle {
    width: 100%;
    overflow: hidden;
    margin-bottom: 4%;
}

.index_commonTitle h2 {
    width: 100%;
    font-family: Repair-Light;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 25px;
}

.index_commonTitle h4 {
    width: 100%;
    color: #333;
    font-weight: bolder;
    height: 40px;
    line-height: 40px;
    margin: 0px;
}

.index_commonTitle h4 i {
    float: left;
    width: 34px;
    height: 40px;
    background: url(../images/logoIco.png) no-repeat center center;
    background-size: 100% auto;
    margin-right: 20px;
}

.about_text {
    width: 590px;
    padding-right: 10px;
    height: 58%;
    overflow-y: auto;
    overflow-x: hidden;
}

.about_text::-webkit-scrollbar {
    width: 4px;
    height: 90px;
}

.about_text::-webkit-scrollbar-track {
    background: #999;
    border-radius: 4px;
}

.about_text::-webkit-scrollbar-thumb {
    width: 4px;
    height: 10px;
    background-color: transparent;
    border-radius: 4px;
}

.about_message p {
    width: 100%;
    overflow: hidden;
    color: #666;
    line-height: 24px;
    margin-bottom: 25px;
}

.about_message a {
    float: left;
    width: 100px;
    height: 54px;
    border-bottom: 1px solid #CEB241;
    color: #DDBF42;
    background: url(../images/right_yellow.png) no-repeat right center;
    line-height: 54px;
    position: absolute;
    bottom: 0px;
}

.about_map {
    width: 50%;
    height: auto;
    position: absolute;
    left: 3%;
    top: 100px;
    z-index: 1;
}

.about_slogan {
    width: 66%;
    height: auto;
    position: absolute;
    bottom: 5000px;
    left: 0;
    z-index: 3;
}

.about_build {
    width: 55%;
    height: auto;
    position: absolute;
    bottom: 0;
    right: -10000px;
    z-index: 1;
}

.about_slogan img,
.about_build img {
    width: 100%;
    height: auto;
    display: block;
}

.newsCenter {
    position: relative;
    padding-top: 100px;
    height: 100%!important;
    background: #F7F7F7;
}

.news_category {
    width: 18%;
    margin-left: 2000px;
    height: 75%;
    margin-top: 4%;
    position: relative;
}

.news_categoryList {
    width: 80%;
    overflow: hidden;
    margin-top: 18%;
}

.news_categoryList a {
    float: left;
    width: 100%;
    height: 78px;
    border-bottom: 1px solid #E0E4E7;
    line-height: 78px;
    color: #999;
}

.news_categoryList a.active,
.news_categoryList a:hover {
    border-bottom: 1px solid #DAB82D;
    color: #DAB82D;
    background: url(../images/right_yellow.png) no-repeat right center;
}

.allNews {
    width: 80%;
    height: 58px;
    line-height: 58px;
    display: block;
    background: #DAB82D;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0px;
    border: 1px solid #DAB82D;
}

.allNews span {
    display: inline-block;
    margin-right: 15px;
}

.allNews i {
    display: inline-block;
    height: 58px;
    width: 26px;
    vertical-align: top;
    background: url(../images/right_white.png) no-repeat right center;
}

.allNews:hover {
    background: none;
    color: #DAB82D;
}

.allNews:hover i {
    background: url(../images/right_yellow.png) no-repeat right center;
}

.newsList {
    position: relative;
    width: 73%;
    height: 85%;
    /* margin-top: 4%; */
    margin-top: 10000px;
}

.newsList ul {
    width: auto;
    height: 100%;
    overflow-x: scroll;
    padding-bottom: 40px;
    white-space: nowrap;
    position: relative;
    overflow-y: hidden;
    perspective: 1000px;
}

.newsList ul:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    left: 0px;
    bottom: -20px;
    height: 2px;
    background: #E0E4E7;
}

.newsList ul::-webkit-scrollbar {
    height: 40px;
    cursor: pointer;
}

.newsList ul::-webkit-scrollbar-track {
    background: url(../images/rollLine.png) repeat-x center center;
}

.newsList ul::-webkit-scrollbar-thumb {
    width: 40px;
    height: 40px;
    background: url(../images/rollBall.png) no-repeat center center;
    cursor: pointer;
}

.newsList li {
    display: inline-block;
    width: 450px;
    margin: 0px 60px 0px 0px;
    background: #fff;
    padding: 30px 0px 0px;
    height: 100%;
    perspective: 1000px;
    overflow: hidden;
}

.newsList li:hover {
    box-shadow: 0px 30px 60px 0px rgba(20, 27, 34, 0.16);
}

.newsList li a {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.newsList li a h2 {
    color: #333;
    padding: 0px 39px;
}

.newsList li a .news_time {
    color: #999;
    font-family: Repair-Regular;
}

.newsList li a h4 {
    width: 100%;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: bolder;
    padding: 9% 39px 5%;
    margin: 0;
}

.newsList li a p {
    color: #666;
    line-height: 24px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding: 0px 39px;
    white-space: normal;
    overflow: hidden;
}

.news_Cover {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 338px;
    line-height: 338px;
    overflow: hidden;
}

.news_Cover img {
    max-width: 100%;
    height: auto;
}

.representative {
    position: relative;
    padding-top: 100px;
    height: 100%!important;
    background: url(../images/patternBg.jpg) no-repeat center;
    background-size: auto 100%;
    top: 1000px;
    opacity: 0;
}

.representative_title {
    width: 100%;
    text-align: center;
    height: 15%;
    display: inline-block;
    margin-top: 5%;
}

.representative_title h4 {
    color: #333;
    font-weight: bolder;
    margin: 0;
}

.representative_title h2 {
    width: 100%;
    font-family: Repair-Light;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 15px;
    text-align: center;
}

.representativeList {
    width: 75%;
    height: 65%;
    margin: auto;
    overflow: hidden;
    margin-top: 40px;
}

.representativeList .swiper-container {
    width: 840px;
    margin: auto;
    overflow: visible;
}

.representative .swiper-button-next,
.representative .swiper-button-prev {
    margin-top: 90px;
}

.representative_cover {
    position: relative;
}

.representative_cover img {
    width: 100%;
    position: relative;
    z-index: 2;
}

.representative_cover em {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 10;
}

.representativeList p {
    color: #333;
    font-weight: bolder;
    text-align: center;
    padding: 20px 0px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: none;
}

.representativeList .swiper-slide-active p {
    display: block;
    color: #333;
}

.swiper-slide-active .representative_cover:after {
    display: none;
}

.representativeList .swiper-slide a p {
    bottom: -85px;
    padding: 23px 0px;
}


/* ====== 首页为了垂直方向整屏显示做的时候没添加fixPower.js,下方是为首页做的适配为了不影响其他页单独摘出来了，  ====== */

.public_header:hover .navBar {
    background: url(../images/openNav_yel.png) center center no-repeat !important;
}

.public_top:hover .public_headerNav,
.public_header:hover .public_headerNav {
    display: block !important;
}


/* ====== 公共字号 start  ====== */

.fontSize_56 {
    font-size: 56px;
}

@media (max-width:1440px) {
    /* .fontSize_14 {
        font-size: 14px;
    }
    .fontSize_16 {
        font-size: 14px;
    }
    .fontSize_20 {
        font-size: 16px;
    }
    .fontSize_22 {
        font-size: 18px;
    }
    .fontSize_30 {
        font-size: 22px;
    }
    .fontSize_36 {
        font-size: 26px;
    }
    .fontSize_48 {
        font-size: 36px;
    }
    .fontSize_56 {
        font-size: 40px;
    } */
}


/* ====== 公共字号 end  ====== */


/* ====== 公共头部 start  ====== */

@media (max-width:1600px) {
    .public_headerNav li {
        margin: 0 20px;
    }
}

@media (max-width:1440px) {
    .public_top ,.public_headerNav li a{
        height: 80px;
    }
    .public_header_subtitle{
        top:80px
    }
    .public_headerNav li a{
        line-height: 80px;
    }
    .public_headerNav {
        margin: 0px 0px !important;
    }
    .navBar {
        margin-top: 12px;
    }
    /* .public_headerNav li {
        margin: 0 20px;
    } */
    .public_headerLogo {
        height: 48px;
        margin-top: 35px;
    }
    .public_headerLogo {
        margin-top: 24px;
    }
}


/* ====== 公共头部 end  ====== */


/* ====== 公共底部 start  ====== */

.public_footer_top {
    padding: 20px 0px;
    padding-bottom: 0px;
}


@media (max-width:1680px) {
    .public_footerMassage li {
        margin: 0px 45px;
    }
    .public_footer_bt {
        padding: 20px 0px;
    }
    .public_footer_top {
        padding: 50px 0px 20px;
    }
    .about_text {
        height: 64%;
    }
    .representative_title {
        margin-top: 3%;
    }
}

@media (max-width:1600px) {
    .public_footerMassage li {
        margin: 0px 32px;
    }
    .news_Cover {
        height: 300px;
        line-height: 300px;
    }
    .about_build {
        width: 52%;
    }
    .about_slogan {
        width: 64%;
    }
    .public_footer_top {
        padding: 20px 0px 10px;
    }
    .public_footerMassage li h4 {
        margin-bottom: 15px;
        height: 40px;
        line-height: 40px;
    }
    .public_footer_bt {
        padding-top: 0px;
    }
}

@media (max-width:1440px) {
    .public_footerMassage li {
        margin: 0px 0px;
        margin-bottom: 140px;
    }
    .public_footerCompany {
        width: 350px;
    }
    .public_footer_top {
        padding: 35px 0px 20px;
    }
    .public_footerMassage li h4 {
        height: 32px;
        margin-bottom: 20px;
    }
    .public_footerCompany a {
        margin-bottom: 15px;
        /*width: 175px;*/
    }
    .public_footerEwm {
        width: 110px;
        height: 110px;
        margin-left: 10px;
    }
    .public_footer_bt {
        padding: 15px 0px;
    }
    .public_footerMassage li p {
        line-height: 25px;
    }
    .public_footerCompany p {
        height: 40px;
        line-height: 40px;
    }
    .public_footerCompany p i {
        height: 40px;
    }
}


/* ====== 公共底部 end  ====== */



@media (max-width:1680px) {
    .newsList li{
        width: 500px;
        overflow: hidden;
    }
}

@media (max-width:1440px) {
    .bottomMessage,
    .newsCenter,
    .representative {
        padding-top: 80px;
    }
    .representative_title h2 {
        margin-bottom: 15px;
    }
    .otherLink li {
        width: 110px;
        margin: 0 4.5%;
    }
    .otherLink li em {
        height: 136px;
    }
    .about_message {
        height: 66%;
    }
    .index_commonTitle {
        margin-bottom: 3%;
    }
    .index_commonTitle h2 {
        padding-bottom: 5px;
    }
    .index_commonTitle h4 i {
        width: 30px;
        margin-right: 15px;
    }
    .news_category {
        margin-top: 2%;
    }
    .newsList {
        margin-top: -10000px;
    }
    .about_message {
        top: 4%;
    }
    .about_build {
        width: 54%;
    }
    .about_slogan {
        width: 60%;
        bottom: -20px;
    }
    .about_text {
        width: 60%;
        height: 56%;
    }
    .about_message p {
        line-height: 28px;
        margin-bottom: 10px;
        font-size: 18px;
    }
    .about_map {
        width: 46%;
        top: 80px;
    }
    .news_categoryList a {
        height: 60px;
        line-height: 60px;
    }
    .news_categoryList {
        margin-top: 12%;
    }
    .allNews {
        height: 50px;
        line-height: 50px;
    }
    .allNews i {
        height: 50px;
    }
    .newsList li {
        width: 500px;
        padding-top: 15px;
        margin: 0px 20px;
        overflow: hidden;
    }
    .newsList li a h2,
    .newsList li a p {
        padding: 0px 20px;
    }
    .newsList li a h4 {
        padding: 7% 20px 3%;
    }
    .welfare_text {
        padding: 5% 0px;
    }
    .newsList li a p {
        line-height: 30px;
        font-size: 20px;
    }
    .socialWelfare .welfare_ico {
        width: 60px;
        height: 60px;
    }
    .socialWelfare h2 {
        padding: 16px 0 10px
    }
    .socialWelfare p {
        padding-bottom: 20px;
    }
    .representative_title {
        margin-top: 4%;
    }
    .representative_title h2 {
        padding-bottom: 5px;
    }
    .representativeList {
        margin-top: 20px;
    }
    .representativeList .swiper-container {
        width: 600px;
    }
    .representativeList p {
        padding: 10px 0px
    }

    .news_Cover {
        height: 500px;
        line-height: 500px;}
}


@media (max-width:1360px) {
    .news_Cover {
        height: 375px;
        line-height: 375px;
    }
}


@media (max-height:900px) and (max-height:960px) {
    .public_footerMassage li h4 {
        height: 51px;
        position: relative;
        margin-bottom: 30px;
    }
    .public_footerMassage li p {
        line-height: 40px;
    }
    .public_footer_top {
        padding: 50px 0px;
    }
    .about_text {
        height: 65%;
    }
    .index_commonTitle h2 {
        padding-bottom: 25px;
    }
    .news_categoryList a {
        height: 70px;
        line-height: 70px;
    }
    .mousePromptUp {
        bottom: 600px;
    }
    .representative .swiper-button-next,
    .representative .swiper-button-prev {
        margin-top: 0px;
    }
    .public_footer_bt {
        padding: 25px 0px;
    }
    .newsList li a p {
        -webkit-line-clamp: 2;
    }
    .public_footer_top {
        padding: 30px 0px;
        padding-bottom: 0px;
    }
    .public_footer_bt{
        padding: 20px 0px;
        overflow: hidden;
        padding-top: 20px;
    }
}

@media (max-height:768px) {
    .public_footer_top {
        padding: 30px 0px 0px;
    }
    .public_footer_bt {
        padding: 15px 0px;
    }
    .public_footerMassage li p {
        line-height: 30px;
    }
}


@media (max-width: 1366px){
    .news_Cover {
        height: 375px;
        line-height: 375px;
    }

    .newsList li a h4{
        padding-top: 10px;
    }
}

@media (max-width: 768px) {
    body,
    html {
        overflow: inherit;
    }
    #pageContain,
    .section,
    .about_text,
    .about_message,
    .newsCenter,
    .newsList,
    .newsList li a,
    .newsList li,
    .fp-tableCell {
        height: auto !important;
    }
    .about_map,
    .news_Cover,
    .about_message a {
        position: inherit;
    }
    .news_category {
        margin-left: 0px !important;
    }
    .homePageBanner {
        height: 480px !important;
    }
    .fontSize_56 {
        font-size: 20px;
    }
    .homePageBanner .swiper-slide p {
        top: 40%;
    }
    .swiper-button-next,
    .swiper-button-prev {
        top: 55%;
        display: block;
    }
    .otherLink {
        margin-bottom: 0px;
    }
    .otherLink li {
        width: 25%;
        margin: 0px;
        float: left;
    }
    .otherLink li p {
        margin-top: -20px;
    }
    .aboutHongda,
    .newsCenter {
        overflow: hidden;
    }
    .aboutHongda {
        padding-top: 20px;
    }
    .index_commonTitle h2 {
        padding-bottom: 10px;
    }
    .aboutHongda,
    .welfare_text,
    .representative,
    .representativeList {
        padding-left: 4%;
        padding-right: 4%;
    }
    .newsCenter {
        padding-left: 4%;
    }
    .about_text {
        padding-right: 0px;
    }
    .about_message,
    .about_text,
    .news_category,
    .news_categoryList,
    .news_categoryListMobile,
    .newsList,
    .representativeList,
    .about_map,
    .welfare_text,
    .representative,
    .news_category .aboutHongda {
        width: 100% !important;
    }
    .about_map,
    .news_category {
        top: 0px;
    }
    .bottomMessage,
    .newsCenter,
    .representative {
        padding-top: 20px;
    }
    .news_categoryList,
    .newsList {
        margin-top: 20px !important;
    }
    .news_categoryListMobile a {
        display: inline-block;
        font-size: 16px;
        color: #999;
        height: 50px;
        line-height: 50px;
        border-bottom: 2px solid transparent;
    }
    .news_categoryListMobile a+a {
        margin-left: 10px;
    }
    .news_categoryListMobile a.news_categoryActive {
        border-color: #dab82d;
        color: #dab82d;
    }
    .newsList li {
        width: 70%;
        padding: 20px 0px 0px;
        margin: 0px;
        overflow: hidden;
    }
    .newsList li+li {
        margin-left: 20px;
    }
    .newsList li:last-child {
        margin-right: 20px;
    }
    .newsList li a h2,
    .newsList li a h4,
    .newsList li a p {
        padding: 0px 20px;
    }
    .newsList li a p {
        font-size: 16px;
        margin-top: 10px;
    }
    .newsList li a h4.fontSize_22 {
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -moz-box;
        -moz-line-clamp: 2;
        -moz-box-orient: vertical;
        overflow-wrap: break-word;
        word-break: break-all;
        white-space: normal;
        font-size: 16px;
        line-height: 22px;
        margin-top: 10px;
    }
    .news_Cover {
        width: 100%;
        height: 170px;
        line-height: 170px;
        margin-top: 20px;
    }
    .newsList ul {
        padding-bottom: 20px;
        margin-right: 0px;
    }
    .representativeList .swiper-container {
        width: 100%;
    }
    .socialWelfare h2 {
        line-height: 30px;
        font-size: 22px;
    }
    .public_footerCompany {
        width: 70%;
    }
    .public_footerEwm {
        width: 75px;
        height: 75px;
    }
    .public_footer_top {
        width: 92%;
        padding: 35px 0px 20px;
    }
    .representative_cover em {
        display: none;
    }
}



